func github.com/refraction-networking/utls.curveForCurveID

7 uses

	github.com/refraction-networking/utls (current package)
		handshake_client.go#L191: 			if _, ok := curveForCurveID(curveID); !ok {
		handshake_client_tls13.go#L344: 		if _, ok := curveForCurveID(curveID); !ok {
		handshake_server_tls13.go#L258: 	if _, ok := curveForCurveID(ecdhGroup); !ok {
		key_agreement.go#L181: 	if _, ok := curveForCurveID(curveID); !ok {
		key_agreement.go#L296: 	if _, ok := curveForCurveID(curveID); !ok {
		key_schedule.go#L65: 	curve, ok := curveForCurveID(curveID)
		key_schedule.go#L73: func curveForCurveID(id CurveID) (ecdh.Curve, bool) {